GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-13T14:11:35.8942765+00:00",
"SubmitDate": "2026-01-13T14:11:35.8942765+00:00",
"ReportPeriodStart": "2026-01-13T14:11:35.8942765+00:00",
"ReportPeriodEnd": "2026-01-13T14:11:35.8942765+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0403e029-b911-456c-b069-a4f8a6e2156c",
"Rows": [
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0403e029-b911-456c-b069-a4f8a6e2156c",
"Rows": [
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34ddda35-8d5d-4458-8336-5185cf783f2b",
"99b097b6-7c0e-47ab-97db-3532d20f8f03"
],
"Approvers": [
"dc38a88e-6b60-4d00-9a80-16d005dc8788",
"130e6fdf-b9e8-4862-9418-c778b0c5e7d4"
],
"ApprovedBy": "550bbe51-678b-4c64-a8da-06cb503aa31d",
"ApprovalDate": "2026-01-13T14:11:35.8942765+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9b6d52a3-1604-4dfd-857e-21ca74dea870",
"id": "ab7ff155-c7fa-4aee-8a8b-f68a7bbc10e1",
"ConfigId": "eb20d8d7-be13-4397-9ad7-2be0099aa331"
},
{
"GenerationDate": "2026-01-13T14:11:35.8942765+00:00",
"SubmitDate": "2026-01-13T14:11:35.8942765+00:00",
"ReportPeriodStart": "2026-01-13T14:11:35.8942765+00:00",
"ReportPeriodEnd": "2026-01-13T14:11:35.8942765+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0403e029-b911-456c-b069-a4f8a6e2156c",
"Rows": [
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0403e029-b911-456c-b069-a4f8a6e2156c",
"Rows": [
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9680bffb-5562-4d5e-b91b-112944dbb589",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34ddda35-8d5d-4458-8336-5185cf783f2b",
"99b097b6-7c0e-47ab-97db-3532d20f8f03"
],
"Approvers": [
"dc38a88e-6b60-4d00-9a80-16d005dc8788",
"130e6fdf-b9e8-4862-9418-c778b0c5e7d4"
],
"ApprovedBy": "550bbe51-678b-4c64-a8da-06cb503aa31d",
"ApprovalDate": "2026-01-13T14:11:35.8942765+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9b6d52a3-1604-4dfd-857e-21ca74dea870",
"id": "ab7ff155-c7fa-4aee-8a8b-f68a7bbc10e1",
"ConfigId": "eb20d8d7-be13-4397-9ad7-2be0099aa331"
}
]